listbox: Listen to ::stopped on the press gesture
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 Nov 2017 19:47:24 +0000 (14:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 Nov 2017 19:49:58 +0000 (14:49 -0500)
commit4d0a57fe0b4f54edd1826f0abd02297e44f2c780
treedc299d77261d3f78c11f95757f8aae8b573e1977
parent2f9d980c93018facaf99a9940ef78381b4f1a5a3
listbox: Listen to ::stopped on the press gesture

Otherwise, we end up interpreting grab notify's as
button releases, which is not right. This matches
what GtkFlowBox does.
gtk/gtklistbox.c